home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
gnu
/
gdb
/
gdb_18s.zoo
/
m-atarii.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-03-25
|
208b
|
7 lines
/* This is how the size of an individual .o file's text segment
is rounded on an atari. */
extern long _start;
#define FILEADDR_ROUND(addr) (((addr + 3 - ((long )(&_start))) & -4) + ((long )(&_start)))